home *** CD-ROM | disk | FTP | other *** search
- this.stop();
- var target_s = 2;
- _global.defY = 260;
- _global.depth = 10;
- _global.gauge = 0;
- _global.gauge_b = 0;
- _global.damage_1 = 30;
- _global.damage_2 = 20;
- _global.damage_3 = 3;
- _global.clr = 0;
- _global.over = 0;
- _global.time = 0;
- _global.hitpoint = 0;
- mysound = new Sound();
- mysound.setVolume(50);
- _root.select._x = 200;
- _root.select._y = 270;
- this.onEnterFrame = function()
- {
- i = 0;
- bgsound = new Sound();
- };
-